args = ...
if args == nil then
  os.run(os.getEnv(),"/System/prog/settings")
else
  os.run(os.getEnv(),"/System/prog/"..args)
end